home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / programer2 / lisp / xlisp / !XLisp / !Run next >
Text File  |  1990-03-15  |  607b  |  22 lines

  1. |
  2. | XLisp Application -- not a true application yet.
  3. |
  4. | (lisp -- Lots of Irritating Single Parentheses)
  5. |
  6. | Make sure that we can find our resources.
  7. |
  8. RMensure SharedClibrary 3.50 RMLoad $.CLib.o.CLib
  9. RMensure SharedClibrary 3.50 Error You need at least version 3.50 of the shared C library
  10. RMensure FPEmulator 2.80 RMLoad $.CLib.o.FPEmulator
  11. RMensure FPEmulator 2.80 Error You need at least version 2.80 of the floating point emulator
  12. |
  13. | Set a few pointers ...
  14. |
  15. Set XLisp$Dir <Obey$Dir>
  16. Set XLisp$Init <Obey$Dir>.Initialize
  17. Wimpslot -min 64K -max 512K
  18. |
  19. | Run the thing ...
  20. |
  21. Run <XLisp$Dir>.!RunImage
  22.